0xB8 - Profile
--------------
Client->Server:Yes
Server->Client:Yes
Length:dynamic

Client->Server:

byte 0xB8
short size
byte mode
	0x00 = request
	0x01 = update
uint targetSerial
if mode = 0x01
{
	ushort changeType
		0x00 - Change Static Text
		0x01 - Change Profile Text
	ushort lengthText
	unicode[lengthText] text
}

Server->Client:

byte 0xB8
short size
uint targetSerial
char[] title (null terminated)
unicode[] staticText (null terminated)
unicode[] profileText (null terminated)


*To change static text, the serial must be different from player serial and player must be using god client.